Storage Security (1 / 10): Your global company is using Azure Storage and wants to ensure that data is served to users secureky and quickly regardless of their location. Which service should you use?
Answer:
Azure CDN caches content on edge servers that are close to end users, reducing latency when they request content. It is especially beneficial for globally distributed users.
Azure Functions are used to run pieces of code or "functions", not for distributing content globally.
Azure Key Vault is used for managing encryption keys, not for distributing content globally.
Azure Virtual Network is for creating isolated networks, not for distributing content globally.